Contents

GetTokenRequest

The get token request details.

Declaration

object GetTokenRequest

Properties

NameTypeDescription
EnrollmentID Requiredstring

The per-enrollment identifier for the device. The system requires this value if the enrollment type is a user enrollment.

EnrollmentUserID Requiredstring

The per-enrollment identifier for the user. The system requires this value if the enrollment type is a user enrollment on the user channel.

MessageType Requiredstring

The message type, which requires a value of GetToken.

TokenParametersGetTokenRequest.TokenParameters

Parameters that the system uses to generate the token.

TokenServiceType Requiredstring

A string that specifies the service for the requested token.

UDID Requiredstring

The device’s UDID (unique device identifier). The system requires this value if the enrollment type is a device enrollment.

UserIDstring

For macOS, this value is the ID of the user.

For Shared iPad, this value is FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF to indicate that authentication doesn’t occur.

UserLongName Requiredstring

The full name of the user.

UserShortNamestring

For macOS, this value is the short name of the user.

For Shared iPad, this value is the Managed Apple Account identifier of the user. When present, it indicates that the token is for the user channel.

Topics

Objects

See Also

Requests and responses