export interface SamlSignOnInput {
    SAMLResponse: string;
    RelayState?: string;
}
export interface SamlSignOnOutput {
}
