Uses of Class
odata.msgraph.client.complex.ApiAuthenticationConfigurationBase
-
Packages that use ApiAuthenticationConfigurationBase Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of ApiAuthenticationConfigurationBase in odata.msgraph.client.complex
Subclasses of ApiAuthenticationConfigurationBase in odata.msgraph.client.complex Modifier and Type Class Description classBasicAuthenticationclassClientCertificateAuthenticationclassPkcs12CertificateMethods in odata.msgraph.client.complex that return ApiAuthenticationConfigurationBase Modifier and Type Method Description ApiAuthenticationConfigurationBaseApiAuthenticationConfigurationBase. withUnmappedField(String name, Object value) -
Uses of ApiAuthenticationConfigurationBase in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as ApiAuthenticationConfigurationBase Modifier and Type Field Description protected ApiAuthenticationConfigurationBaseIdentityApiConnector. authenticationConfigurationMethods in odata.msgraph.client.entity that return types with arguments of type ApiAuthenticationConfigurationBase Modifier and Type Method Description Optional<ApiAuthenticationConfigurationBase>IdentityApiConnector. getAuthenticationConfiguration()Methods in odata.msgraph.client.entity with parameters of type ApiAuthenticationConfigurationBase Modifier and Type Method Description IdentityApiConnector.BuilderIdentityApiConnector.Builder. authenticationConfiguration(ApiAuthenticationConfigurationBase authenticationConfiguration)IdentityApiConnectorIdentityApiConnector. withAuthenticationConfiguration(ApiAuthenticationConfigurationBase authenticationConfiguration)
-