IByUserFederatedIdentityCredential Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides an interface for acquiring tokens using the User Federated Identity Credential (UserFIC) flow.
public interface IByUserFederatedIdentityCredential
type IByUserFederatedIdentityCredential = interface
Public Interface IByUserFederatedIdentityCredential
- Derived
Methods
| Name | Description |
|---|---|
| AcquireTokenByUserFederatedIdentityCredential(IEnumerable<String>, String, String) |
Acquires a token on behalf of a user using a federated identity credential assertion.
This uses the |