AuthApi class

Constructors

AuthApi([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

authAnchorTokenRetrieve() Future<AnchorToken?>
Create a new anchor token.
authAnchorTokenRetrieveWithHttpInfo() Future<Response>
Create a new anchor token.
authGoogleCreate(GoogleIdToken googleIdToken) Future<TokenObtainResponse?>
Takes a Google ID token and returns an access and refresh token for this API. If token is valid and user does not already exist, a new Yago user will be created.
authGoogleCreateWithHttpInfo(GoogleIdToken googleIdToken) Future<Response>
Takes a Google ID token and returns an access and refresh token for this API. If token is valid and user does not already exist, a new Yago user will be created.
authLoginCreate(TokenObtainRequest tokenObtainRequest) Future<TokenObtainResponse?>
Takes a set of user credentials and returns an access and refresh JSON web token pair to prove the authentication of those credentials.
authLoginCreateWithHttpInfo(TokenObtainRequest tokenObtainRequest) Future<Response>
Takes a set of user credentials and returns an access and refresh JSON web token pair to prove the authentication of those credentials.
authPasswordChangeCreate(PasswordChange passwordChange) Future<PasswordChange?>
Change password of current user.
authPasswordChangeCreateWithHttpInfo(PasswordChange passwordChange) Future<Response>
Change password of current user.
authPasswordResetConfirmCreate(PasswordResetConfirm passwordResetConfirm) Future<PasswordResetConfirm?>
Password reset e-mail link is confirmed, reset the user's password.
authPasswordResetConfirmCreateWithHttpInfo(PasswordResetConfirm passwordResetConfirm) Future<Response>
Password reset e-mail link is confirmed, reset the user's password.
authPasswordResetCreate(PasswordReset passwordReset) Future<PasswordReset?>
Request password reset. Send an email to the user first.
authPasswordResetCreateWithHttpInfo(PasswordReset passwordReset) Future<Response>
Request password reset. Send an email to the user first.
authRefreshCreate(TokenRefreshRequest tokenRefreshRequest) Future<TokenRefreshResponse?>
Takes a refresh type JSON web token and returns an access type JSON web token if the refresh token is valid.
authRefreshCreateWithHttpInfo(TokenRefreshRequest tokenRefreshRequest) Future<Response>
Takes a refresh type JSON web token and returns an access type JSON web token if the refresh token is valid.
authVerifyCreate(TokenVerify tokenVerify) Future<void>
Takes a token and indicates if it is valid. This view provides no information about a token's fitness for a particular use.
authVerifyCreateWithHttpInfo(TokenVerify tokenVerify) Future<Response>
Takes a token and indicates if it is valid. This view provides no information about a token's fitness for a particular use.
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