Type aliases
AuthorizationHandler
Authorization
Handler: (authID: string, passwordType: PasswordType, preAuthReference?: any) => Promise<void>
Type declaration
-
- (authID: string, passwordType: PasswordType, preAuthReference?: any): Promise<void>
-
Parameters
-
authID: string
-
-
Optional preAuthReference: any
Returns Promise<void>
PreAuthorizationHandler
Pre
AuthorizationHandler: (passwordType: PasswordType) => Promise<any>
Type declaration
-
-
Parameters
Returns Promise<any>
hexString
hexString: string