@okta-dfuhriman/okta-auth-js
Version:
The Okta Auth SDK
14 lines (13 loc) • 445 B
TypeScript
import { IAPIFunction, ProfileTransaction, ProfileSchemaTransaction } from './types';
/**
* @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>;