Package io.deephaven.proto.auth
Interface VerifyTokenRequestOrBuilder
- All Superinterfaces:
io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder
,io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VerifyTokenRequest
,VerifyTokenRequest.Builder
public interface VerifyTokenRequestOrBuilder
extends io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionthe service who received the token and wishes to verify.io.deephaven.shadow.core.com.google.protobuf.ByteString
the service who received the token and wishes to verify.getToken()
the token payload for verification.the token payload for verification.boolean
hasToken()
the token payload for verification.Methods inherited from interface io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface io.deephaven.shadow.core.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
io.deephaven.shadow.core.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;
-