OIDCApi class
Properties
Methods
-
getJWKS(
) → Future< JWKS?> - JSON Web Key Set
-
getJWKSWithHttpInfo(
) → Future< Response> - JSON Web Key Set
-
getOIDCDiscovery(
) → Future< OIDCDiscoveryDocument?> - OpenID Connect Discovery
-
getOIDCDiscoveryWithHttpInfo(
) → Future< Response> - OpenID Connect Discovery
-
getUserInfo(
) → Future< UserInfoResponse?> - UserInfo endpoint
-
getUserInfoWithHttpInfo(
) → Future< Response> - UserInfo endpoint
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
postUserInfo(
) → Future< UserInfoResponse?> - UserInfo endpoint (POST)
-
postUserInfoWithHttpInfo(
) → Future< Response> - UserInfo endpoint (POST)
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited