5 lines
176 B
Dart
5 lines
176 B
Dart
|
/// The server hosting the protected resources, capable of accepting
|
||
|
/// and responding to protected resource requests using access tokens.
|
||
|
abstract class ResourceServer {
|
||
|
|
||
|
}
|