Interface AppIdentityServicePb.GetAccessTokenRequestOrBuilder (2.0.0)

public static interface AppIdentityServicePb.GetAccessTokenRequestOrBuilder extends MessageOrBuilder

Implements

com.google.protobuf.MessageOrBuilder

Methods

getScope(int arg0)

public abstract String getScope(int arg0)
Parameter
Name Description
arg0 int
Returns
Type Description
String

getScopeBytes(int arg0)

public abstract ByteString getScopeBytes(int arg0)
Parameter
Name Description
arg0 int
Returns
Type Description
com.google.protobuf.ByteString

getScopeCount()

public abstract int getScopeCount()
Returns
Type Description
int

getScopeList()

public abstract List<String> getScopeList()
Returns
Type Description
List<String>

getServiceAccountId()

public abstract long getServiceAccountId()
Returns
Type Description
long

getServiceAccountName()

public abstract String getServiceAccountName()
Returns
Type Description
String

getServiceAccountNameBytes()

public abstract ByteString getServiceAccountNameBytes()
Returns
Type Description
com.google.protobuf.ByteString

hasServiceAccountId()

public abstract boolean hasServiceAccountId()
Returns
Type Description
boolean

hasServiceAccountName()

public abstract boolean hasServiceAccountName()
Returns
Type Description
boolean