Class RefreshTokenRequest
Represents a request for refreshing an authentication token using a refresh token.
Inherited Members
Namespace: Innovt.Cloud.AWS.Cognito.Model
Assembly: Innovt.Cloud.AWS.Cognito.dll
Syntax
public class RefreshTokenRequest : RequestBase, IRequestBase, IValidatableObject
Properties
| Edit this page View SourceRefreshToken
Gets or sets the refresh token.
Declaration
[Required]
public string RefreshToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
| Edit this page View SourceValidate(ValidationContext)
Validates the request data.
Declaration
public override IEnumerable<ValidationResult> Validate(ValidationContext validationContext)
Parameters
Type | Name | Description |
---|---|---|
ValidationContext | validationContext | The validation context. |
Returns
Type | Description |
---|---|
IEnumerable<ValidationResult> | An enumerable collection of validation results. |