2020-12-04 14:02:06 +03:00
|
|
|
### YamlMime:JavaType
|
|
|
|
uid: "com.azure.identity.DeviceCodeCredential"
|
|
|
|
fullName: "com.azure.identity.DeviceCodeCredential"
|
|
|
|
name: "DeviceCodeCredential"
|
|
|
|
nameWithType: "DeviceCodeCredential"
|
|
|
|
summary: "An AAD credential that acquires a token with a device code for an AAD application."
|
|
|
|
inheritances:
|
|
|
|
- "<xref href=\"java.lang.Object\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
inheritedMembers:
|
|
|
|
- "java.lang.Object.clone()"
|
|
|
|
- "java.lang.Object.equals(java.lang.Object)"
|
|
|
|
- "java.lang.Object.finalize()"
|
|
|
|
- "java.lang.Object.getClass()"
|
|
|
|
- "java.lang.Object.hashCode()"
|
|
|
|
- "java.lang.Object.notify()"
|
|
|
|
- "java.lang.Object.notifyAll()"
|
|
|
|
- "java.lang.Object.toString()"
|
|
|
|
- "java.lang.Object.wait()"
|
|
|
|
- "java.lang.Object.wait(long)"
|
|
|
|
- "java.lang.Object.wait(long,int)"
|
|
|
|
syntax: "public class DeviceCodeCredential implements TokenCredential"
|
|
|
|
methods:
|
|
|
|
- "com.azure.identity.DeviceCodeCredential.getToken(com.azure.core.credential.TokenRequestContext)"
|
|
|
|
type: "class"
|
|
|
|
implements:
|
|
|
|
- "<xref href=\"com.azure.core.credential.TokenCredential?alt=com.azure.core.credential.TokenCredential&text=TokenCredential\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
metadata: {}
|
|
|
|
package: "com.azure.identity"
|
2021-04-07 07:51:15 +03:00
|
|
|
artifact: com.azure:azure-identity:1.2.5
|