@Structure.FieldOrder(value={"ApiVersion","UserCode","VerificationURI","ExpiresIn","VerificationURIComplete"})
public class EOS_Auth_PinGrantInfo
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_Auth_PinGrantInfo.ByReference |
static class |
EOS_Auth_PinGrantInfo.ByValue |
| Modifier and Type | Field and Description |
|---|---|
int |
ApiVersion
API Version: Set this to EOS_AUTH_PINGRANTINFO_API_LATEST.
|
static int |
EOS_AUTH_PINGRANTINFO_API_LATEST
The most recent version of the EOS_Auth_PinGrantInfo struct.
|
int |
ExpiresIn
Time the user has, in seconds, to complete the process or else timeout
|
java.lang.String |
UserCode
Code the user must input on an external device to activate the login
|
java.lang.String |
VerificationURI
The end-user verification URI.
|
java.lang.String |
VerificationURIComplete
A verification URI that includes the user code.
|
| Constructor and Description |
|---|
EOS_Auth_PinGrantInfo() |
EOS_Auth_PinGrantInfo(com.sun.jna.Pointer peer) |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic static int EOS_AUTH_PINGRANTINFO_API_LATEST
public int ApiVersion
public java.lang.String UserCode
public java.lang.String VerificationURI
public int ExpiresIn
public java.lang.String VerificationURIComplete