Interface AuthOuterClass.GetTokenAuthorityRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AuthOuterClass.GetTokenAuthorityRequest, AuthOuterClass.GetTokenAuthorityRequest.Builder
Enclosing class:
AuthOuterClass

public static interface AuthOuterClass.GetTokenAuthorityRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string Host = 1;
    com.google.protobuf.ByteString
    string Host = 1;
    com.google.protobuf.ByteString
    bytes Salt = 2;

    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

    • getHost

      String getHost()
      string Host = 1;
      Returns:
      The host.
    • getHostBytes

      com.google.protobuf.ByteString getHostBytes()
      string Host = 1;
      Returns:
      The bytes for host.
    • getSalt

      com.google.protobuf.ByteString getSalt()
      bytes Salt = 2;
      Returns:
      The salt.