RequestTokenSerializer.Serialize(RequestToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Serialize a request token.
public:
virtual cli::array <System::Byte> ^ Serialize(Microsoft::AspNetCore::Authentication::Twitter::RequestToken ^ model);
public virtual byte[] Serialize (Microsoft.AspNetCore.Authentication.Twitter.RequestToken model);
abstract member Serialize : Microsoft.AspNetCore.Authentication.Twitter.RequestToken -> byte[]
override this.Serialize : Microsoft.AspNetCore.Authentication.Twitter.RequestToken -> byte[]
Public Overridable Function Serialize (model As RequestToken) As Byte()
Parameters
- model
- RequestToken
The token to serialize
Returns
Byte[]
A byte array containing the serialized token