XmBindIdBoundTo

XmBindIdBoundTo

Used to require an authenticating device bound to the Client Application for a specified user (e.g., for step-up authentication). This bound status is reflected in the ID token by the ts.bindid.app_bound_cred ACR value, which is set using a session-feedback request.

@objc(XmBindIdBoundTo)
public class XmBindIdBoundTo : NSObject, Codable

Inheritance

Codable, NSObject

Initializers

init(type:value:)

public init(type: XmBindIdBoundToType, value: String)

Properties

type

public var type: XmBindIdBoundToType!

value

public var value: String!