- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
retrieveAuthIdentity - Auth Module Reference
This documentation provides a reference to the retrieveAuthIdentity
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 an auth identity by its ID.
Example#
Parameters#
id
stringThe ID of the auth identity.
The configurations determining how the auth identity is retrieved. Its properties, such as select
or relations
, accept the
attributes or relations associated with a auth identity.
select
or relations
, accept the
attributes or relations associated with a auth identity.Returns#
Promise
Promise<AuthIdentityDTO>The retrieved auth identity.
Promise
Promise<AuthIdentityDTO>Was this page helpful?