RequestTokenSerializer.Read(BinaryReader) 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.
Reads a Twitter request token from a series of bytes. Used by the Deserialize(Byte[]) method.
public:
static Microsoft::AspNetCore::Authentication::Twitter::RequestToken ^ Read(System::IO::BinaryReader ^ reader);
public static Microsoft.AspNetCore.Authentication.Twitter.RequestToken Read (System.IO.BinaryReader reader);
public static Microsoft.AspNetCore.Authentication.Twitter.RequestToken? Read (System.IO.BinaryReader reader);
static member Read : System.IO.BinaryReader -> Microsoft.AspNetCore.Authentication.Twitter.RequestToken
Public Shared Function Read (reader As BinaryReader) As RequestToken
Parameters
- reader
- BinaryReader
The reader to use in reading the token bytes
Returns
The token