Class HttpResponse<T>
Represents an HTTP response with a typed payload.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public class HttpResponse<T> : HttpResponse
Type Parameters
Name | Description |
---|---|
T | The type of the payload. |
Properties
Payload
Gets or sets the payload of the response.
Declaration
public T Payload { get; set; }
Property Value
Type | Description |
---|---|
T | The payload of the response. |