export class SamlAssertion {
  public notBefore: string;
  public notAfter: string;
  public value: string;
}
