menu
Afrostories Dev Docs
service
AuthorizationService
hasScope method
hasScope
dark_mode
light_mode
hasScope
method
bool
hasScope
(
String
scope
)
Implementation
bool hasScope(String scope) { return currentToken?.scopes?.contains(scope) ?? false; }
afrostories
authentication_service
AuthorizationService
hasScope method
AuthorizationService class