AppleAuthProviderExtensions
Assembly: ServiceStack.Extensions.dll
View Source
Declaration
public static class AppleAuthProviderExtensions : object
Methods
SignInWithAppleUrlFilter(AuthContext, String)
View Source
Declaration
public static string SignInWithAppleUrlFilter(AuthContext ctx, string url)
Returns
System.String
Parameters
Type | Name |
---|---|
ServiceStack.Auth.AuthContext | ctx |
System.String | url |
Use(AppleAuthProvider, AppleAuthFeature)
View Source
Declaration
public static AppleAuthProvider Use(this AppleAuthProvider provider, AppleAuthFeature feature)
Returns
ServiceStack.Auth.AppleAuthProvider
Parameters
Type | Name |
---|---|
ServiceStack.Auth.AppleAuthProvider | provider |
ServiceStack.Auth.AppleAuthFeature | feature |