XmBindIdBoundToType

XmBindIdBoundToType

XmBindIdBoundToType Available types of user identifiers used to validate that the device is bound to the Client Application for this user.

public enum XmBindIdBoundToType : String, CaseIterable, Equatable, Hashable, Codable

Inheritance

CaseIterable, Codable, Equatable, Hashable, String

Enumeration Cases

sub

Indicates that the user identifier is the subject of the ID token.

case sub

alias

Indicates that the user identifier is a user alias, represented in the ID token as bindid_alias. If used, it is highly recommended to encrypt the authentication request (via the encrypted parameter) to avoid potentially exposing sensitive information.

case alias