6 lines
169 B
Dart
6 lines
169 B
Dart
|
/// An entity capable of granting access to a protected resource.
|
||
|
/// When the resource owner is a person, it is referred to as an
|
||
|
/// end-user.
|
||
|
class ResourceOwner {
|
||
|
|
||
|
}
|