snapcap
API ReferenceFunctions

activeIdentifier

Function: activeIdentifier()

function activeIdentifier(c: Credentials): {
  type: "username" | "email" | "phone";
  value: string;
};

Defined in: types.ts:155

Parameters

ParameterType
cCredentials

Returns

{
  type: "username" | "email" | "phone";
  value: string;
}
NameTypeDefined in
type"username" | "email" | "phone"types.ts:155
valuestringtypes.ts:155

On this page