TradeMe.Api.Client.Client.GetVerificationCode C# (CSharp) Method

GetVerificationCode() public method

Performs the first step in the authorisation handshake. It requests a verification code from the TradeMeApi.
public GetVerificationCode ( ) : string
return string
        public string GetVerificationCode()
        {
            return _connection.GetVerificationCode();
        }
Client