Package com.streamlayer.users
Interface BypassAuthResponse.AuthResponseMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
BypassAuthResponse.AuthResponseMetadata,BypassAuthResponse.AuthResponseMetadata.Builder
- Enclosing class:
- BypassAuthResponse
public static interface BypassAuthResponse.AuthResponseMetadataOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetGetstream()string getstream = 4 [json_name = "getstream"];com.google.protobuf.ByteStringgetGetstreamBytes()string getstream = 4 [json_name = "getstream"];java.lang.StringgetJwt()optional string jwt = 1 [json_name = "jwt"];com.google.protobuf.ByteStringgetJwtBytes()optional string jwt = 1 [json_name = "jwt"];java.lang.StringgetToken()optional string token = 3 [json_name = "token"];com.google.protobuf.ByteStringgetTokenBytes()optional string token = 3 [json_name = "token"];booleanhasJwt()optional string jwt = 1 [json_name = "jwt"];booleanhasToken()optional string token = 3 [json_name = "token"];
-
-
-
Method Detail
-
hasJwt
boolean hasJwt()
optional string jwt = 1 [json_name = "jwt"];- Returns:
- Whether the jwt field is set.
-
getJwt
java.lang.String getJwt()
optional string jwt = 1 [json_name = "jwt"];- Returns:
- The jwt.
-
getJwtBytes
com.google.protobuf.ByteString getJwtBytes()
optional string jwt = 1 [json_name = "jwt"];- Returns:
- The bytes for jwt.
-
hasToken
boolean hasToken()
optional string token = 3 [json_name = "token"];- Returns:
- Whether the token field is set.
-
getToken
java.lang.String getToken()
optional string token = 3 [json_name = "token"];- Returns:
- The token.
-
getTokenBytes
com.google.protobuf.ByteString getTokenBytes()
optional string token = 3 [json_name = "token"];- Returns:
- The bytes for token.
-
getGetstream
java.lang.String getGetstream()
string getstream = 4 [json_name = "getstream"];- Returns:
- The getstream.
-
getGetstreamBytes
com.google.protobuf.ByteString getGetstreamBytes()
string getstream = 4 [json_name = "getstream"];- Returns:
- The bytes for getstream.
-
-