toValue method
Implementation
String toValue() {
switch (this) {
case IdentityProviderType.serviceManaged:
return 'SERVICE_MANAGED';
case IdentityProviderType.apiGateway:
return 'API_GATEWAY';
}
}
String toValue() {
switch (this) {
case IdentityProviderType.serviceManaged:
return 'SERVICE_MANAGED';
case IdentityProviderType.apiGateway:
return 'API_GATEWAY';
}
}