MattermostOAuthApi class
Constructors
- MattermostOAuthApi(MattermostApiClient apiClient)
Properties
- apiClient → MattermostApiClient
-
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
-
createOAuthApp(
MmCreateOAuthAppRequest mmCreateOAuthAppRequest) → Future< MmOAuthApp?> - Register OAuth app
-
createOAuthAppWithHttpInfo(
MmCreateOAuthAppRequest mmCreateOAuthAppRequest) → Future< Response> - Register OAuth app
-
deleteOAuthApp(
String appId) → Future< MmStatusOK?> - Delete an OAuth app
-
deleteOAuthAppWithHttpInfo(
String appId) → Future< Response> - Delete an OAuth app
-
getAuthorizedOAuthAppsForUser(
String userId, {int? page, int? perPage}) → Future< List< MmOAuthApp> ?> - Get authorized OAuth apps
-
getAuthorizedOAuthAppsForUserWithHttpInfo(
String userId, {int? page, int? perPage}) → Future< Response> - Get authorized OAuth apps
-
getOAuthApp(
String appId) → Future< MmOAuthApp?> - Get an OAuth app
-
getOAuthAppInfo(
String appId) → Future< MmOAuthApp?> - Get info on an OAuth app
-
getOAuthAppInfoWithHttpInfo(
String appId) → Future< Response> - Get info on an OAuth app
-
getOAuthApps(
{int? page, int? perPage}) → Future< List< MmOAuthApp> ?> - Get OAuth apps
-
getOAuthAppsWithHttpInfo(
{int? page, int? perPage}) → Future< Response> - Get OAuth apps
-
getOAuthAppWithHttpInfo(
String appId) → Future< Response> - Get an OAuth app
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
regenerateOAuthAppSecret(
String appId) → Future< MmOAuthApp?> - Regenerate OAuth app secret
-
regenerateOAuthAppSecretWithHttpInfo(
String appId) → Future< Response> - Regenerate OAuth app secret
-
toString(
) → String -
A string representation of this object.
inherited
-
updateOAuthApp(
String appId, MmUpdateOAuthAppRequest mmUpdateOAuthAppRequest) → Future< MmOAuthApp?> - Update an OAuth app
-
updateOAuthAppWithHttpInfo(
String appId, MmUpdateOAuthAppRequest mmUpdateOAuthAppRequest) → Future< Response> - Update an OAuth app
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited