Variable listCodesByPreAuthSessionId
listCodesByPreAuthSessionId: (
input: {
preAuthSessionId: string;
tenantId: string;
userContext?: Record<string, any>;
},
) => Promise<undefined | DeviceType> = Wrapper.listCodesByPreAuthSessionId
Type declaration
- (
input: {
preAuthSessionId: string;
tenantId: string;
userContext?: Record<string, any>;
},
): Promise<undefined | DeviceType> Parameters
- input: {
preAuthSessionId: string;
tenantId: string;
userContext?: Record<string, any>;
}
Returns Promise<undefined | DeviceType>