@etherna/sdk-js
Version:
Etherna SDKs for operations on the network
11 lines • 321 B
TypeScript
import type { EthernaSSOClient } from ".";
import type { SSOIdentity } from "..";
export declare class IdentityClient {
private instance;
constructor(instance: EthernaSSOClient);
/**
* Get current SSO user
*/
fetchCurrentIdentity(): Promise<SSOIdentity>;
}
//# sourceMappingURL=identity.d.ts.map