ConnectedAppsApi class
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
-
getConnectedAppAuthUrl({required String keyCodeRef, required String userId, CancelToken? cancelToken, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress})
→ Future<Response<ConnectedAppsAuthUrl>>
-
Get Connected App URL
Get a URL that authenticates and authorizes a user to a third-party connected app.
-
getConnectedAppToken({required String sessionId, CancelToken? cancelToken, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress})
→ Future<Response<ConnectedAppsAccessToken>>
-
Get Connected App Token
Get an access token that can be used to call the third-party provider linked to the connected app.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
revokeConnectedAppToken({required String sessionId, CancelToken? cancelToken, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress})
→ Future<Response<SuccessResponse>>
-
Revoke Connected App Token
Revoke the tokens linked to the connected app session.
-
toString()
→ String
-
A string representation of this object.
inherited