AuthorizationServiceStrategy
Strategy to implement authentication and authorization in SimpleAuthorizationService.
Inheritors
Functions
Link copied to clipboard
abstract fun filterAuthorizationDetails(authorizationDetails: Set<AuthorizationDetails>): Set<AuthorizationDetails>
Link copied to clipboard
abstract suspend fun loadUserInfo(request: AuthenticationRequestParameters, code: String): OidcUserInfoExtended?