Type Alias ListOauthLoginsResponse

ListOauthLoginsResponse: {
    oauth: string[];
    saml?: string;
}