RocketChat/Rocket.Chat

View on GitHub
apps/meteor/app/meteor-accounts-saml/server/definition/ILogoutResponseVariables.ts

Summary

Maintainability
A
1 hr
Test Coverage
export interface ILogoutResponseVariables extends Record<string, string> {
    newId: string;
    instant: string;
    idpSLORedirectURL: string;
    issuer: string;
    identifierFormat: string;
    nameID: string;
    sessionIndex: string;
    inResponseToId: string;
}