• Get auth database information for a given user

    Parameters

    • id: string

      UserID of the user to return the info for

    Returns Promise<AuthInfo>

    Promise containing user, provider, email, and roles if valid. If invalid, error containing why.

Generated using TypeDoc