Skip to main content

IAuthMetadataProvider

Assembly: ServiceStack.dll
View Source
Declaration
public interface IAuthMetadataProvider

Methods

AddMetadata(IAuthTokens, Dictionary<String, String>)

View Source
Declaration
void AddMetadata(IAuthTokens tokens, Dictionary<string, string> authInfo)
Parameters
TypeName
ServiceStack.Auth.IAuthTokenstokens
System.Collections.Generic.Dictionary<System.String,System.String>authInfo

GetProfileUrl(IAuthSession, String)

View Source
Declaration
string GetProfileUrl(IAuthSession authSession, string defaultUrl = null)
Returns

System.String

Parameters
TypeName
ServiceStack.Auth.IAuthSessionauthSession
System.StringdefaultUrl