TokenGenerationService
Strategy to generate access tokens, to use in SimpleAuthorizationService.
Inheritors
Functions
Link copied to clipboard
abstract suspend fun buildToken( httpRequest: RequestInfo?, userInfo: OidcUserInfoExtended?, authorizationDetails: Set<AuthorizationDetails>?, scope: String?): TokenResponseParameters
Builds an access token, probably with a refresh token. Input parameters are assumed to be validated already.