Package io.deephaven.proto.auth
Interface VerifyTokenRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VerifyTokenRequest,VerifyTokenRequest.Builder
@Generated
public interface VerifyTokenRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionthe service who received the token and wishes to verify.com.google.protobuf.ByteStringthe service who received the token and wishes to verify.getToken()the token payload for verification.the token payload for verification.booleanhasToken()the token payload for verification.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getService
String getService()the service who received the token and wishes to verify.
string service = 1;- Returns:
- The service.
-
getServiceBytes
com.google.protobuf.ByteString getServiceBytes()the service who received the token and wishes to verify.
string service = 1;- Returns:
- The bytes for service.
-
hasToken
boolean hasToken()the token payload for verification.
.io.deephaven.proto.auth.Token token = 2;- Returns:
- Whether the token field is set.
-
getToken
Token getToken()the token payload for verification.
.io.deephaven.proto.auth.Token token = 2;- Returns:
- The token.
-
getTokenOrBuilder
TokenOrBuilder getTokenOrBuilder()the token payload for verification.
.io.deephaven.proto.auth.Token token = 2;
-