Vtex.Gallery.Core.VtexCredentials.VtexCredentials C# (CSharp) Method

VtexCredentials() public method

public VtexCredentials ( string token ) : System
token string
return System
        public VtexCredentials(string token)
            : this(SupportedSchemes.Token, token, null, null)
        {
        }

Same methods

VtexCredentials::VtexCredentials ( string username, string password ) : System
VtexCredentials::VtexCredentials ( string scheme, string token, string username, string password ) : System