XmBindIdScopeType

XmBindIdScopeType

XmBindIdScopeType Available BindID scopes.

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

Inheritance

CaseIterable, Codable, Equatable, Hashable, String

Enumeration Cases

openId

Indicate that the application intends to use OIDC to verify the user's identity. This scope is required by BindID and will be added automatically by the SDK.

case openId

email

Indicates that the application intends to ask for the user's email information. Additional email-related claims will be added to the ID Token.

case email

phone

Indicates that the application intends to ask for the user's phone information. Additional phone-related claims will be added to the ID Token.

case phone

networkInfo

Indicates that the application intends to ask for user metadata across all providers integrated with BindID. The ID token will include additional claims, which provide user and device information collected in the context of all providers integrated with BindID.

case networkInfo