AuthMetadataProviderExtensions
Assembly: ServiceStack.dll
View Source
Declaration
public static class AuthMetadataProviderExtensions
Methods
SafeAddMetadata(IAuthMetadataProvider, IAuthTokens, Dictionary<String, String>)
View Source
Declaration
public static void SafeAddMetadata(this IAuthMetadataProvider provider, IAuthTokens tokens, Dictionary<string, string> authInfo)
Parameters
Type | Name |
---|---|
ServiceStack.Auth.IAuthMetadataProvider | provider |
ServiceStack.Auth.IAuthTokens | tokens |
System.Collections.Generic.Dictionary<System.String,System.String> | authInfo |