matrix-react-sdk
Version:
SDK for matrix.org using React
7 lines (6 loc) • 497 B
TypeScript
/**
* 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;