RefreshRequest¶
-
class
oci.identity_data_plane.models.
RefreshRequest
(**kwargs)¶ Bases:
object
RefreshRequest model.
Methods
__init__
(**kwargs)Initializes a new RefreshRequest object with values from keyword arguments. Attributes
current_token
[Required] Gets the current_token of this RefreshRequest. new_public_key
Gets the new_public_key of this RefreshRequest. -
__init__
(**kwargs)¶ Initializes a new RefreshRequest object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - current_token (str) – The value to assign to the current_token property of this RefreshRequest.
- new_public_key (str) – The value to assign to the new_public_key property of this RefreshRequest.
-
current_token
¶ [Required] Gets the current_token of this RefreshRequest. The current security token that is to be renewed.
Returns: The current_token of this RefreshRequest. Return type: str
-
new_public_key
¶ Gets the new_public_key of this RefreshRequest. An optional new public for the new token. If not supplied, currentToken’s public key will be used.
Returns: The new_public_key of this RefreshRequest. Return type: str
-