MfaTotpToken

class oci.identity.models.MfaTotpToken(**kwargs)

Bases: object

Totp token for MFA

Methods

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

Attributes

totp_token Gets the totp_token of this MfaTotpToken.
__init__(**kwargs)

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

Parameters:totp_token (str) – The value to assign to the totp_token property of this MfaTotpToken.
totp_token

Gets the totp_token of this MfaTotpToken. The Totp token for MFA.

Returns:The totp_token of this MfaTotpToken.
Return type:str