SessionToken

class oci.media_services.models.SessionToken(**kwargs)

Bases: object

The generated sessionToken details.

Methods

__init__(**kwargs) Initializes a new SessionToken object with values from keyword arguments.

Attributes

token [Required] Gets the token of this SessionToken.
__init__(**kwargs)

Initializes a new SessionToken object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:token (str) – The value to assign to the token property of this SessionToken.
token

[Required] Gets the token of this SessionToken. The generated session token.

Returns:The token of this SessionToken.
Return type:str