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.StringgetInviterKey()optional string inviter_key = 5 [json_name = "inviterKey"];com.google.protobuf.ByteStringgetInviterKeyBytes()optional string inviter_key = 5 [json_name = "inviterKey"];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"];booleanhasInviterKey()optional string inviter_key = 5 [json_name = "inviterKey"];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.
-
hasInviterKey
boolean hasInviterKey()
optional string inviter_key = 5 [json_name = "inviterKey"];- Returns:
- Whether the inviterKey field is set.
-
getInviterKey
java.lang.String getInviterKey()
optional string inviter_key = 5 [json_name = "inviterKey"];- Returns:
- The inviterKey.
-
getInviterKeyBytes
com.google.protobuf.ByteString getInviterKeyBytes()
optional string inviter_key = 5 [json_name = "inviterKey"];- Returns:
- The bytes for inviterKey.
-
-