interfaceAuthExternalResponse
export interface AuthExternalResponse {
userName: string;
email: string;
status: string;
token: string;
}/auth/externalexternal authentication.
credentials
Promise<{ status: number; data: AuthExternalResponse }>export interface AuthExternalResponse {
userName: string;
email: string;
status: string;
token: string;
}export interface CredentialsExternal {
username?: string;
email?: string;
}POST /auth/external
We use essential cookies to make this site work. With your consent, we may also use non-essential cookies for analytics and marketing. You can change your choices at any time.
See our Privacy Policy and Cookie Policy.