public interface IdTokenCredentialsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getAudience(int index)
Like an Okta tile
|
com.google.protobuf.ByteString |
getAudienceBytes(int index)
Like an Okta tile
|
int |
getAudienceCount()
Like an Okta tile
|
List<String> |
getAudienceList()
Like an Okta tile
|
String |
getIssuer()
Who signed the token.
|
com.google.protobuf.ByteString |
getIssuerBytes()
Who signed the token.
|
String |
getSubject()
Identifies the principal.
|
com.google.protobuf.ByteString |
getSubjectBytes()
Identifies the principal.
|
String |
getType()
Pretty much always "JWT" for the foreseeable future.
|
com.google.protobuf.ByteString |
getTypeBytes()
Pretty much always "JWT" for the foreseeable future.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getType()
Pretty much always "JWT" for the foreseeable future.
string type = 1;
com.google.protobuf.ByteString getTypeBytes()
Pretty much always "JWT" for the foreseeable future.
string type = 1;
String getIssuer()
Who signed the token.
string issuer = 2;
com.google.protobuf.ByteString getIssuerBytes()
Who signed the token.
string issuer = 2;
String getSubject()
Identifies the principal.
string subject = 3;
com.google.protobuf.ByteString getSubjectBytes()
Identifies the principal.
string subject = 3;
List<String> getAudienceList()
Like an Okta tile
repeated string audience = 4;
int getAudienceCount()
Like an Okta tile
repeated string audience = 4;
String getAudience(int index)
Like an Okta tile
repeated string audience = 4;
index
- The index of the element to return.com.google.protobuf.ByteString getAudienceBytes(int index)
Like an Okta tile
repeated string audience = 4;
index
- The index of the value to return.