Package io.openvidu.java.client
Class TokenOptions
- java.lang.Object
-
- io.openvidu.java.client.TokenOptions
-
public class TokenOptions extends Object
Deprecated.UseConnectionProperties
instead
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TokenOptions.Builder
Deprecated.UseConnectionProperties.Builder
instead
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getData()
Deprecated.Returns the secure (server-side) metadata assigned to this token.KurentoOptions
getKurentoOptions()
Deprecated.Returns the Kurento options assigned to this tokenOpenViduRole
getRole()
Deprecated.Returns the role assigned to this token.
-
-
-
Method Detail
-
getRole
public OpenViduRole getRole()
Deprecated.Returns the role assigned to this token.
-
getData
public String getData()
Deprecated.Returns the secure (server-side) metadata assigned to this token.
-
getKurentoOptions
public KurentoOptions getKurentoOptions()
Deprecated.Returns the Kurento options assigned to this token
-
-