azure-docs-sdk-java/docs-ref-autogen/com.azure.identity.broker.yml

12 строки
1.6 KiB
YAML

### YamlMime:JavaPackage
uid: "com.azure.identity.broker"
fullName: "com.azure.identity.broker"
name: "com.azure.identity.broker"
summary: "The Azure Identity Brokered Authentication library offers support for using various support brokers from the MSAL4j library."
classes:
- "com.azure.identity.broker.InteractiveBrowserBrokerCredentialBuilder"
desc: "The Azure Identity Brokered Authentication library offers support for using various support brokers from the MSAL4j library. Brokered authentication utilizes a secure component for token acquisition and management. This enables many useful scenarios, such as using hardware authentication keys or accessing resources that require additional security such as device bound tokens.\n\nCurrently supported brokers:\n\n * Web Application Manager on Windows OS\n\n## Getting Started ##\n\nBrokered authentication support is offered through the <xref uid=\"\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.identity.InteractiveBrowserCredential\"></xref>. To construct a credential which will use a broker, use the <xref uid=\"com.azure.identity.broker.InteractiveBrowserBrokerCredentialBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.identity.broker.InteractiveBrowserBrokerCredentialBuilder\"></xref> from this package.\n\n```java\nInteractiveBrowserBrokerCredentialBuilder builder = new InteractiveBrowserBrokerCredentialBuilder();\n InteractiveBrowserCredential credential = builder.build();\n```"
metadata: {}
package: "com.azure.identity.broker"
artifact: com.azure:azure-identity-broker:1.1.5