OIDCClient class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
authByCode(
String code, AuthRequest authRequest) → Future< AuthResult> - Auth by code #
-
authByToken(
String token, AuthRequest authRequest) → Future< AuthResult> - Auth by Authing token
-
buildAuthorizeUrl(
AuthRequest authRequest) → Future< String> - Build authorize URL
-
buildLogoutUrl(
AuthRequest authRequest) → Future< String> - Build logout URL
-
getNewAccessTokenByRefreshToken(
String refreshToken) → Future< AuthResult> - Refresh Access Token
-
getUserInfoByAccessToken(
String accessToken, [Map? data]) → Future< Result> - Token Change user information
-
oauthRequest(
String method, String uri, String body) → Future< Result> -
prepareLogin(
) → Future< AuthRequest> - OIDC prepare