WebAppAuthentication.UpdateStages.WithAuthenticationProvider<ParentT> 接口
定义
A web app authentication update allowing detailed provider information to be specified.
public interface WithAuthenticationProvider<ParentT>
类型参数
- ParentT
the return type of the final parent()
方法
withActiveDirectory(String clientId, String issuerUrl) |
Specifies the provider to be Active Directory and its client ID and issuer URL. |
withFacebook(String appId, String appSecret) |
Specifies the provider to be Facebook and its app ID and app secret. |
withGoogle(String clientId, String clientSecret) |
Specifies the provider to be Google and its client ID and client secret. |
withMicrosoft(String clientId, String clientSecret) |
Specifies the provider to be Microsoft and its client ID and client secret. |
withTwitter(String apiKey, String apiSecret) |
Specifies the provider to be Twitter and its API key and API secret. |