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 Type
    Method
    Description
    A JWT token with "webdav" audience that can be used to authenticate WebDAV requests.
    com.google.protobuf.ByteString
    A JWT token with "webdav" audience that can be used to authenticate WebDAV requests.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.