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
Type | Name |
---|---|
ServiceStack.Auth.IAuthTokens | tokens |
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
Type | Name |
---|---|
ServiceStack.Auth.IAuthSession | authSession |
System.String | defaultUrl |