@roar-firebase-functions/core / GetByProviderIdParams
Interface: GetByProviderIdParams
Defined in: packages/core/src/repositories/base/identityProvider.base.repository.interface.ts:13
Parameters for retrieving an identity provider by provider ID. GetByProviderIdParams
Properties
identityProviderEmail?
optional
identityProviderEmail:string
Defined in: packages/core/src/repositories/base/identityProvider.base.repository.interface.ts:15
The email associated with the identity provider.
identityProviderId?
optional
identityProviderId:string
Defined in: packages/core/src/repositories/base/identityProvider.base.repository.interface.ts:14
The unique identifier of the identity provider.
identityProviderType?
optional
identityProviderType:IdentityProviderType
Defined in: packages/core/src/repositories/base/identityProvider.base.repository.interface.ts:16
The type of identity provider.