UNPKG

matrix-react-sdk

Version:
7 lines (6 loc) 497 B
/** * Create a delegated auth account management URL with logout params as per MSC3824 and MSC2965 * https://github.com/matrix-org/matrix-spec-proposals/blob/hughns/sso-redirect-action/proposals/3824-oidc-aware-clients.md#definition-of-oidc-aware * https://github.com/sandhose/matrix-doc/blob/msc/sandhose/oidc-discovery/proposals/2965-oidc-discovery.md#account-management-url-parameters */ export declare const getOidcLogoutUrl: (delegatedAuthAccountUrl: string, deviceId: string) => string;