CognitoIdValidator
com.malliina.web.CognitoIdValidator
class CognitoIdValidator(keys: Seq[KeyConf], issuer: Issuer, val clientIds: Seq[ClientId]) extends CognitoValidator[IdToken, CognitoUser]
Attributes
- Graph
-
- Supertypes
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- TokenValidator
Attributes
- Inherited from:
- TokenValidator
def checkContains(key: String, expecteds: Seq[String], parsed: ParsedJWT): Either[JWTError, Seq[String]]
Attributes
- Inherited from:
- TokenValidator
Attributes
- Inherited from:
- TokenValidator
Attributes
- Inherited from:
- TokenValidator
Attributes
- Inherited from:
- StaticTokenValidator
Attributes
- Inherited from:
- TokenValidator
In this article