IdentityProviderDetails class
Returns information related to the type of user authentication that is in use for a file transfer protocol-enabled server's users. A server can have only one method of authentication.
Constructors
- IdentityProviderDetails({String? invocationRole, String? url})
-
IdentityProviderDetails.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- invocationRole → String?
-
Provides the type of
InvocationRole
used to authenticate the user account.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- url → String?
-
Provides the location of the service endpoint used to authenticate users.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited