Package io.openvidu.java.client
Class TokenOptions
- java.lang.Object
-
- io.openvidu.java.client.TokenOptions
-
public class TokenOptions extends Object
Deprecated.UseConnectionPropertiesinstead
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTokenOptions.BuilderDeprecated.UseConnectionProperties.Builderinstead
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetData()Deprecated.Returns the secure (server-side) metadata assigned to this token.KurentoOptionsgetKurentoOptions()Deprecated.Returns the Kurento options assigned to this tokenOpenViduRolegetRole()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
-
-