Token
This element indicates that a hardware or software token is used as a method of identifying the Principal.
Element information
Namespace: None
Schema document: saml-2.0-os/saml-schema-authn-context-types-2.0.xsd
Type: TokenType
Properties: Global, Qualified
Content
- Sequence [1..1]
- TimeSyncToken [1..1] This element indicates that a time synchronization token is used to identify the Principal. hardware - the time synchonization token has been implemented in hardware. software - the time synchronization token has been implemented in software. SeedLength - the length, in bits, of the random seed used in the time synchronization token.
- Extension [0..*]
Attributes
None
Used in
Sample instance
<Token> <TimeSyncToken DeviceType="hardware" SeedLength="1" DeviceInHand="true"/> <Extension> <!--any element--> </Extension> </Token>