Package com.streamlayer.users
Interface AuthResponse.AuthResponseMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AuthResponse.AuthResponseMetadata,AuthResponse.AuthResponseMetadata.Builder
- Enclosing class:
- AuthResponse
public static interface AuthResponse.AuthResponseMetadataOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetGetstream()string getstream = 3 [json_name = "getstream"];com.google.protobuf.ByteStringgetGetstreamBytes()string getstream = 3 [json_name = "getstream"];java.lang.StringgetJwt()string jwt = 1 [json_name = "jwt"];com.google.protobuf.ByteStringgetJwtBytes()string jwt = 1 [json_name = "jwt"];
-
-
-
Method Detail
-
getJwt
java.lang.String getJwt()
string jwt = 1 [json_name = "jwt"];- Returns:
- The jwt.
-
getJwtBytes
com.google.protobuf.ByteString getJwtBytes()
string jwt = 1 [json_name = "jwt"];- Returns:
- The bytes for jwt.
-
getGetstream
java.lang.String getGetstream()
string getstream = 3 [json_name = "getstream"];- Returns:
- The getstream.
-
getGetstreamBytes
com.google.protobuf.ByteString getGetstreamBytes()
string getstream = 3 [json_name = "getstream"];- Returns:
- The bytes for getstream.
-
-