platform/lib/src.old/resource_owner.dart

6 lines
169 B
Dart
Raw Normal View History

2017-01-24 03:28:34 +00:00
/// 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 {
}