Module: ADAL::WSTrustResponse::TokenType
- Defined in:
- lib/adal/wstrust_response.rb
Overview
All recognized SAML token types.
Constant Summary collapse
- V1 =
'urn:oasis:names:tc:SAML:1.0:assertion'- V2 =
'urn:oasis:names:tc:SAML:2.0:assertion'- ALL_TYPES =
[V1, V2]