Aliencube.AdalWrapper by justinyoo

<PackageReference Include="Aliencube.AdalWrapper" Version="1.0.0.15" />

 DeviceCodeResultWrapper

This represents the wrapper entity for the DeviceCodeResult class.
public string ClientId { get; }

Identifier of the client requesting device code.

public string DeviceCode { get; }

Device code returned by the service

public DateTimeOffset ExpiresOn { get; }

Time when the device code will expire.

public long Interval { get; }

Polling interval time to check for completion of authentication flow.

public string Message { get; }

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

public string Resource { get; }

Identifier of the target resource that would be the recipient of the token.

public DeviceCodeResult Result { get; }

Gets the DeviceCodeResult instance.

public string UserCode { get; }

User code returned by the service

public string VerificationUrl { get; }

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

Initialises a new instance of the DeviceCodeResultWrapper class.

public void Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.