SimpleAuthoriseRequestValidator

Constructors

Link copied to clipboard
constructor(clientValidator: ClientValidator)

Functions

Link copied to clipboard
open override fun isValidClientAndRedirectUriInCaseOfError(request: Request, clientId: ClientId, redirectUri: Uri): Boolean
Link copied to clipboard
open override fun validate(request: Request, authorizationRequest: AuthRequest): Result<Request, OAuthError>