toValue method

String toValue()

Implementation

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