Type Alias SdkAuthErrorCallback
SdkAuthErrorCallback: (
error: {
errorCode: number;
reason?: string;
signature?: string;
userId?: string;
},
) => void
Type Declaration
- (
error: {
errorCode: number;
reason?: string;
signature?: string;
userId?: string;
},
): void Parameters
- error: { errorCode: number; reason?: string; signature?: string; userId?: string }
Returns void
Callback invoked when an SDK Authentication error occurs.