### YamlMime:JavaType inheritances: - methods: - fullName: com.microsoft.aad.adal4j.DeviceCode.getClientId() name: getClientId() nameWithType: DeviceCode.getClientId() returns: type: syntax: protected String getClientId() uid: com.microsoft.aad.adal4j.DeviceCode.getClientId() - fullName: com.microsoft.aad.adal4j.DeviceCode.getCorrelationId() name: getCorrelationId() nameWithType: DeviceCode.getCorrelationId() returns: type: syntax: protected String getCorrelationId() uid: com.microsoft.aad.adal4j.DeviceCode.getCorrelationId() - fullName: com.microsoft.aad.adal4j.DeviceCode.getDeviceCode() name: getDeviceCode() nameWithType: DeviceCode.getDeviceCode() returns: description:

The device code.

type: summary: >-

Returns the device code.

syntax: public String getDeviceCode() uid: com.microsoft.aad.adal4j.DeviceCode.getDeviceCode() - fullName: com.microsoft.aad.adal4j.DeviceCode.getExpiresIn() name: getExpiresIn() nameWithType: DeviceCode.getExpiresIn() returns: description:

The expiration time in seconds.

type: summary: >-

Returns the expiration in seconds.

syntax: public long getExpiresIn() uid: com.microsoft.aad.adal4j.DeviceCode.getExpiresIn() - fullName: com.microsoft.aad.adal4j.DeviceCode.getInterval() name: getInterval() nameWithType: DeviceCode.getInterval() returns: description:

The interval.

type: summary: >-

Returns the interval.

syntax: public long getInterval() uid: com.microsoft.aad.adal4j.DeviceCode.getInterval() - fullName: com.microsoft.aad.adal4j.DeviceCode.getMessage() name: getMessage() nameWithType: DeviceCode.getMessage() returns: description:

The message.

type: summary: >-

Returns the message which should be displayed to the user.

syntax: public String getMessage() uid: com.microsoft.aad.adal4j.DeviceCode.getMessage() - fullName: com.microsoft.aad.adal4j.DeviceCode.getResource() name: getResource() nameWithType: DeviceCode.getResource() returns: type: syntax: protected String getResource() uid: com.microsoft.aad.adal4j.DeviceCode.getResource() - fullName: com.microsoft.aad.adal4j.DeviceCode.getUserCode() name: getUserCode() nameWithType: DeviceCode.getUserCode() returns: description:

The user code.

type: summary: >-

Returns the user code.

syntax: public String getUserCode() uid: com.microsoft.aad.adal4j.DeviceCode.getUserCode() - fullName: com.microsoft.aad.adal4j.DeviceCode.getVerificationUrl() name: getVerificationUrl() nameWithType: DeviceCode.getVerificationUrl() returns: description:

The verification URL.

type: summary: >-

Returns the verification URL.

syntax: public String getVerificationUrl() uid: com.microsoft.aad.adal4j.DeviceCode.getVerificationUrl() - fullName: com.microsoft.aad.adal4j.DeviceCode.setClientId(String clientId) name: setClientId(String clientId) nameWithType: DeviceCode.setClientId(String clientId) parameters: - name: clientId type: syntax: protected void setClientId(String clientId) uid: com.microsoft.aad.adal4j.DeviceCode.setClientId(String) - fullName: com.microsoft.aad.adal4j.DeviceCode.setCorrelationId(String correlationId) name: setCorrelationId(String correlationId) nameWithType: DeviceCode.setCorrelationId(String correlationId) parameters: - name: correlationId type: syntax: protected void setCorrelationId(String correlationId) uid: com.microsoft.aad.adal4j.DeviceCode.setCorrelationId(String) - fullName: com.microsoft.aad.adal4j.DeviceCode.setResource(String resource) name: setResource(String resource) nameWithType: DeviceCode.setResource(String resource) parameters: - name: resource type: syntax: protected void setResource(String resource) uid: com.microsoft.aad.adal4j.DeviceCode.setResource(String) nameWithType: DeviceCode syntax: public class DeviceCode type: class uid: com.microsoft.aad.adal4j.DeviceCode fullName: com.microsoft.aad.adal4j.DeviceCode name: DeviceCode package: com.microsoft.aad.adal4j metadata: {}