toValue method
Implementation
String toValue() {
switch (this) {
case AuthenticationType.api:
return 'API';
case AuthenticationType.saml:
return 'SAML';
case AuthenticationType.userpool:
return 'USERPOOL';
}
}
String toValue() {
switch (this) {
case AuthenticationType.api:
return 'API';
case AuthenticationType.saml:
return 'SAML';
case AuthenticationType.userpool:
return 'USERPOOL';
}
}