AuthorizationService
Provides interface for implementing an OAuth 2.0 Authorization Server, which may be used with an at.asitplus.wallet.lib.oidvci.OAuth2AuthorizationServerAdapter for a at.asitplus.wallet.lib.oidvci.CredentialIssuer.
Inheritors
Functions
Builds the authentication response for this specific user from loadUserFun. Send this result as HTTP Header Location in a 302 response to the client.
Pushed authorization request endpoint as defined in RFC 9126. Clients send their authorization request as HTTP POST with application/x-www-form-urlencoded to the AS.
Verifies the authorization code sent by the client and issues an access token. Send this value JSON-serialized back to the client.
RFC7662: OAuth 2.0 Token Introspection
Returns the user info associated with this access token, when the token in authorizationHeader is correct.