OAuthApplicationsApi class

Constructors

OAuthApplicationsApi.new([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

createOAuthApplication({CreateOAuthApplicationRequest? createOAuthApplicationRequest}) Future<OAuthApplicationWithSecret?>
Create an OAuth application
createOAuthApplicationWithHttpInfo({CreateOAuthApplicationRequest? createOAuthApplicationRequest}) Future<Response>
Create an OAuth application
deleteOAuthApplication(String oauthApplicationId) Future<DeletedObject?>
Delete an OAuth application
deleteOAuthApplicationWithHttpInfo(String oauthApplicationId) Future<Response>
Delete an OAuth application
getOAuthApplication(String oauthApplicationId) Future<OAuthApplication?>
Retrieve an OAuth application by ID
getOAuthApplicationWithHttpInfo(String oauthApplicationId) Future<Response>
Retrieve an OAuth application by ID
listOAuthApplications({int? limit, int? offset}) Future<OAuthApplications?>
Get a list of OAuth applications for an instance
listOAuthApplicationsWithHttpInfo({int? limit, int? offset}) Future<Response>
Get a list of OAuth applications for an instance
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rotateOAuthApplicationSecret(String oauthApplicationId) Future<OAuthApplicationWithSecret?>
Rotate the client secret of the given OAuth application
rotateOAuthApplicationSecretWithHttpInfo(String oauthApplicationId) Future<Response>
Rotate the client secret of the given OAuth application
toString() String
A string representation of this object.
inherited
updateOAuthApplication(String oauthApplicationId, UpdateOAuthApplicationRequest updateOAuthApplicationRequest) Future<OAuthApplication?>
Update an OAuth application
updateOAuthApplicationWithHttpInfo(String oauthApplicationId, UpdateOAuthApplicationRequest updateOAuthApplicationRequest) Future<Response>
Update an OAuth application

Operators

operator ==(Object other) bool
The equality operator.
inherited