public class AuthenticationRequestBuilder extends BaseRequestBuilder implements IAuthenticationRequestBuilder
| Constructor and Description |
|---|
AuthenticationRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for the Authentication
|
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic AuthenticationRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IAuthenticationRequest buildRequest(Option... requestOptions)
buildRequest in interface IAuthenticationRequestBuilderrequestOptions - the options for this requestpublic IAuthenticationRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IAuthenticationRequestBuilderrequestOptions - the options for this requestpublic IFido2AuthenticationMethodCollectionRequestBuilder fido2Methods()
fido2Methods in interface IAuthenticationRequestBuilderpublic IFido2AuthenticationMethodRequestBuilder fido2Methods(java.lang.String id)
fido2Methods in interface IAuthenticationRequestBuilderpublic IAuthenticationMethodCollectionRequestBuilder methods()
methods in interface IAuthenticationRequestBuilderpublic IAuthenticationMethodRequestBuilder methods(java.lang.String id)
methods in interface IAuthenticationRequestBuilderpublic IMicrosoftAuthenticatorAuthenticationMethodCollectionRequestBuilder microsoftAuthenticatorMethods()
microsoftAuthenticatorMethods in interface IAuthenticationRequestBuilderpublic IMicrosoftAuthenticatorAuthenticationMethodRequestBuilder microsoftAuthenticatorMethods(java.lang.String id)
microsoftAuthenticatorMethods in interface IAuthenticationRequestBuilderpublic IWindowsHelloForBusinessAuthenticationMethodCollectionRequestBuilder windowsHelloForBusinessMethods()
windowsHelloForBusinessMethods in interface IAuthenticationRequestBuilderpublic IWindowsHelloForBusinessAuthenticationMethodRequestBuilder windowsHelloForBusinessMethods(java.lang.String id)
windowsHelloForBusinessMethods in interface IAuthenticationRequestBuilder