BindCredentialResponse class

A response returned after successfully binding a credential to a device.

Constructors

BindCredentialResponse({required Credential credential, required String postBindingRedirectUri})

Properties

credential Credential
The Credential bound to the device.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
postBindingRedirectUri String
A URI that can be redirected to once a credential is bound. This could be a URI that automatically logs the user in with the newly bound credential, or a success page indicating that a credential has been bound.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toString() String
A string representation of this object.
override

Operators

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