OIDCApi class

Constructors

OIDCApi([ApiClient? apiClient])

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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