XmBindIdScopeType

enum XmBindIdScopeType

Available BindID scopes.

Enumeration Cases

public 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.

public 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.

public 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.

public 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.