CredentialsApi class
Constructors
- CredentialsApi(Dio _dio)
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
-
createCredential(
Map< String, dynamic> credentialData) → Future<Response> - Create a credential
-
deleteCredential(
String id) → Future< Response> - Delete credential by ID
-
getCredentialType(
String credentialTypeName) → Future< Response> - Get credential type schema by credential type name
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
transferCredential(
String id, String destinationProjectId) → Future< Response> - Transfer a credential to another project
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited