IdentityCredentials class abstract
Credentials represents a specific credential type
Properties:
- config
- createdAt - CreatedAt is a helper struct field for gobuffalo.pop.
- identifiers - Identifiers represents a list of unique identifiers this credential type matches.
- type
- updatedAt - UpdatedAt is a helper struct field for gobuffalo.pop.
- version - Version refers to the version of the credential. Useful when changing the config schema.
- Annotations
-
- @BuiltValue()
Constructors
- IdentityCredentials([void updates(IdentityCredentialsBuilder b)])
-
factory
Properties
- config → JsonObject?
-
no setter
- createdAt → DateTime?
-
CreatedAt is a helper struct field for gobuffalo.pop.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
identifiers
→ BuiltList<
String> ? -
Identifiers represents a list of unique identifiers this credential type matches.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → IdentityCredentialsType?
-
no setter
- updatedAt → DateTime?
-
UpdatedAt is a helper struct field for gobuffalo.pop.
no setter
- version → int?
-
Version refers to the version of the credential. Useful when changing the config schema.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(IdentityCredentialsBuilder)) → IdentityCredentials -
Rebuilds the instance.
inherited
-
toBuilder(
) → IdentityCredentialsBuilder -
Converts the instance to a builder
B
.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
IdentityCredentials> -
no setter