identityProviderType property

IdentityProviderType? identityProviderType
final

Specifies the mode of authentication method enabled for this service. A value of SERVICE_MANAGED means that you are using this server to store and access user credentials within the service. A value of API_GATEWAY indicates that you have integrated an API Gateway endpoint that will be invoked for authenticating your user into the service.

Implementation

final IdentityProviderType? identityProviderType;