WebAppAuthentication.Update<ParentT> Interface
Type Parameters
- ParentT
the return type of the final parent()
public interface Update extends Settable,WebAppAuthentication.UpdateStages.WithDefaultAuthenticationProvider,WebAppAuthentication.UpdateStages.WithAuthenticationProvider,WebAppAuthentication.UpdateStages.WithTokenStore,WebAppAuthentication.UpdateStages.WithExternalRedirectUrls
The entirety of a web app authentication update as part of a web app update.
Inherited Members
Settable<ParentT>.parent()
WebAppAuthentication.UpdateStages.WithAuthenticationProvider<ParentT>.withActiveDirectory(String clientId, String issuerUrl)
WebAppAuthentication.UpdateStages.WithExternalRedirectUrls<ParentT>.withAllowedExternalRedirectUrl(String url)
WebAppAuthentication.UpdateStages.WithDefaultAuthenticationProvider<ParentT>.withAnonymousAuthentication()
WebAppAuthentication.UpdateStages.WithDefaultAuthenticationProvider<ParentT>.withDefaultAuthenticationProvider(BuiltInAuthenticationProvider provider)
WebAppAuthentication.UpdateStages.WithAuthenticationProvider<ParentT>.withFacebook(String appId, String appSecret)
WebAppAuthentication.UpdateStages.WithAuthenticationProvider<ParentT>.withGoogle(String clientId, String clientSecret)
WebAppAuthentication.UpdateStages.WithAuthenticationProvider<ParentT>.withMicrosoft(String clientId, String clientSecret)
WebAppAuthentication.UpdateStages.WithTokenStore<ParentT>.withTokenStore(boolean enabled)
WebAppAuthentication.UpdateStages.WithAuthenticationProvider<ParentT>.withTwitter(String apiKey, String apiSecret)
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java