platform/lib/src.old/resource_server.dart

5 lines
176 B
Dart
Raw Normal View History

2017-01-24 03:28:34 +00:00
/// The server hosting the protected resources, capable of accepting
/// and responding to protected resource requests using access tokens.
abstract class ResourceServer {
}