Type Alias LogInByOidcMutation
LogInByOidcMutation: {
__typename?: "NotifiMutation";
logInByOidc: {
__typename?: "LogInByOidcPayload";
user?: {
__typename?: "User";
authorization?: {
__typename?: "Authorization";
expiry: string;
token: string;
};
email?: string;
emailConfirmed?: boolean;
roles?: (string | undefined)[];
};
};
}