- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
retrieveProviderIdentity - Auth Module Reference
This documentation provides a reference to the retrieveProviderIdentity
method. This belongs to the Auth Module.
Note: You should only use this methods when implementing complex customizations. For common cases, check out available workflows instead.
This method retrieves a provider identity by its ID.
Example#
Parameters#
id
stringThe ID of the provider identity.
The configurations determining how the provider identity is retrieved. Its properties, such as select
or relations
, accept the
attributes or relations associated with a provider identity.
select
or relations
, accept the
attributes or relations associated with a provider identity.Returns#
Promise
Promise<ProviderIdentityDTO>The retrieved provider identity.
Promise
Promise<ProviderIdentityDTO>Was this page helpful?