chore: add comment around payload passed in identity resolver
This commit is contained in:
@@ -113,6 +113,9 @@ export interface AuthProviderRouteHandlers {
|
||||
}
|
||||
|
||||
export type IdentityResolver = (
|
||||
/**
|
||||
* An object containing information specific to the auth provider.
|
||||
*/
|
||||
payload: object,
|
||||
catalogApi: CatalogApi,
|
||||
) => Promise<AuthResponse<any>>;
|
||||
|
||||
Reference in New Issue
Block a user