EndUserAuthenticationConfig class
EndUserAuthenticationConfig defines details of a authentication configuration for EUC
Constructors
-
EndUserAuthenticationConfig.new({List<
EndUserAuthenticationConfigVariable> ? additionalVariables, String? authKey, String? authType, EndUserAuthenticationConfigOauth2AuthCodeFlow? oauth2AuthCodeFlow, EndUserAuthenticationConfigOauth2AuthCodeFlowGoogleManaged? oauth2AuthCodeFlowGoogleManaged, EndUserAuthenticationConfigOauth2ClientCredentials? oauth2ClientCredentials, EndUserAuthenticationConfigOauth2JwtBearer? oauth2JwtBearer, EndUserAuthenticationConfigSshPublicKey? sshPublicKey, EndUserAuthenticationConfigUserPassword? userPassword}) - EndUserAuthenticationConfig.fromJson(Map json_)
Properties
-
additionalVariables
↔ List<
EndUserAuthenticationConfigVariable> ? -
List containing additional auth configs.
getter/setter pair
- authKey ↔ String?
-
Identifier key for auth config
getter/setter pair
- authType ↔ String?
-
The type of authentication configured.
Possible string values are:
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- oauth2AuthCodeFlow ↔ EndUserAuthenticationConfigOauth2AuthCodeFlow?
-
Oauth2AuthCodeFlow.
getter/setter pair
- oauth2AuthCodeFlowGoogleManaged ↔ EndUserAuthenticationConfigOauth2AuthCodeFlowGoogleManaged?
-
Oauth2AuthCodeFlowGoogleManaged.
getter/setter pair
- oauth2ClientCredentials ↔ EndUserAuthenticationConfigOauth2ClientCredentials?
-
Oauth2ClientCredentials.
getter/setter pair
- oauth2JwtBearer ↔ EndUserAuthenticationConfigOauth2JwtBearer?
-
Oauth2JwtBearer.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sshPublicKey ↔ EndUserAuthenticationConfigSshPublicKey?
-
SSH Public Key.
getter/setter pair
- userPassword ↔ EndUserAuthenticationConfigUserPassword?
-
UserPassword.
getter/setter pair
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