Skip to main content

IOAuthProvider

Assembly: ServiceStack.dll
View Source
Declaration
public interface IOAuthProvider : IAuthProvider

Properties

AuthHttpGateway

View Source
Declaration
IAuthHttpGateway AuthHttpGateway { get; set; }

ConsumerKey

View Source
Declaration
string ConsumerKey { get; set; }

ConsumerSecret

View Source
Declaration
string ConsumerSecret { get; set; }

RequestTokenUrl

View Source
Declaration
string RequestTokenUrl { get; set; }

AuthorizeUrl

View Source
Declaration
string AuthorizeUrl { get; set; }

AccessTokenUrl

View Source
Declaration
string AccessTokenUrl { get; set; }