你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DeviceCodeInfo Struct

Definition

Details of the device code to present to a user to allow them to authenticate through the device code authentication flow.

public struct DeviceCodeInfo
type DeviceCodeInfo = struct
Public Structure DeviceCodeInfo
Inheritance
DeviceCodeInfo

Properties

ClientId

Identifier of the client requesting device code.

DeviceCode

Device code returned by the service

ExpiresOn

Time when the device code will expire.

Message

User friendly text response that can be used for display purpose.

Scopes

List of the scopes that would be held by token.

UserCode

User code returned by the service

VerificationUri

Verification URL where the user must navigate to authenticate using the device code and credentials.

Applies to