UNPKG

@okta-dfuhriman/okta-auth-js

Version:
16 lines (15 loc) 288 B
export type FlowIdentifier = 'default' | 'proceed' // idx.authenticate | 'authenticate' | 'login' | 'signin' // idx.register | 'register' | 'signup' | 'enrollProfile' // idx.recoverPassword | 'recoverPassword' | 'resetPassword' // idx.unlockAccount | 'unlockAccount';