Interface GenerateWebDAVTokenResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GenerateWebDAVTokenResponse, GenerateWebDAVTokenResponse.Builder
@Generated
public interface GenerateWebDAVTokenResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetToken()A JWT token with "webdav" audience that can be used to authenticate WebDAV requests.com.google.protobuf.ByteStringA JWT token with "webdav" audience that can be used to authenticate WebDAV requests.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
-
getToken
String getToken()A JWT token with "webdav" audience that can be used to authenticate WebDAV requests. This token should be included in the Authorization header when accessing the WebDAV endpoint.
string token = 1;- Returns:
- The token.
-
getTokenBytes
com.google.protobuf.ByteString getTokenBytes()A JWT token with "webdav" audience that can be used to authenticate WebDAV requests. This token should be included in the Authorization header when accessing the WebDAV endpoint.
string token = 1;- Returns:
- The bytes for token.
-