Interface IdPServerInfoExperimental

interface IdPServerInfo {
    clientId: string;
    issuer: string;
    requestScopes?: string[];
}

Properties

clientId: string
issuer: string
requestScopes?: string[]