pub async fn validate_jwt_with_id(
configuration: &Configuration,
) -> Result<ValidateResponse, Error<ValidateJwtWithIdError>>
Expand description
Validates the provided JWT (encoded JWT string) to ensure the token is valid. A valid access token is properly signed and not expired.
This API may be used to verify the JWT as well as decode the encoded JWT into human readable identity claims.