RequestJWTValidator

fun interface RequestJWTValidator

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun validate(clientId: ClientId, requestJwtContainer: RequestJwtContainer): InvalidAuthorizationRequest?