platform/lib/src.old/resource_owner.dart
2017-01-23 22:28:34 -05:00

6 lines
No EOL
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 {
}