Module openidconnect::core[][src]

Expand description

Baseline OpenID Connect implementation and types.

Structs

OpenID Connect Core claim name.

OpenID Connect Core gender claim.

HMAC secret key.

Public or symmetric key expressed as a JSON Web Key.

RSA private key.

Enums

OpenID Connect Core client application type.

How the Authorization Server displays the authentication and consent user interface pages to the End-User.

OpenID Connect Core authentication error response types.

Whether the Authorization Server should prompt the End-User for re-authentication and consent.

Representation of a Claim Value.

OpenID Connect Core client authentication method.

Basic access token error types.

OpenID Connect Core grant type.

Type of JSON Web Key.

Usage restriction for a JSON Web key.

OpenID Connect Core JWE encryption algorithms.

OpenID Connect Core JWE key management algorithms.

OpenID Connect Core JWS signing algorithms.

OpenID Connect Core registration error response type.

OpenID Connect Core response mode.

OpenID Connect Core response type.

A token representation usable with authorization servers that support RFC 7009 token revocation.

OpenID Connect Core Subject Identifier type.

Basic OAuth2 authorization token types.

Type Definitions

OpenID Connect Core authentication flows.

OpenID Connect Core client.

OpenID Connect Core client metadata.

OpenID Connect Core client registration request.

OpenID Connect Core client registration response.

OpenID Connect Core ID token.

OpenID Connect Core ID token claims.

OpenID Connect Core ID token fields.

OpenID Connect Core ID token verifier.

OpenID Connect Core JSON Web Key Set.

OpenID Connect Core provider metadata.

Token error specialization for basic OAuth2 implementation.

Revocation error response specialization for basic OAuth2 implementation.

OpenID Connect Core token introspection response.

OpenID Connect Core token response.

OpenID Connect Core user info claims.

OpenID Connect Core user info JSON Web Token.

OpenID Connect Core user info verifier.