@okta/okta-auth-js
Version:
The Okta Auth SDK
15 lines (14 loc) • 478 B
TypeScript
import { IAPIFunction } from './types';
import { ProfileTransaction, ProfileSchemaTransaction } from './transactions';
/**
* @scope: okta.myAccount.profile.read
*/
export declare const getProfile: IAPIFunction<ProfileTransaction>;
/**
* @scope: okta.myAccount.profile.manage
*/
export declare const updateProfile: IAPIFunction<ProfileTransaction>;
/**
* @scope: okta.myAccount.profile.read
*/
export declare const getProfileSchema: IAPIFunction<ProfileSchemaTransaction>;