Interface SSORequestInterface

interface SSORequestInterface {
    mosaia_user: { id: string };
    oauth_account: { type: string; provider: string };
}

Properties

mosaia_user: { id: string }
oauth_account: { type: string; provider: string }