IUserToken Rozhraní
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Operace UserToken.
public interface IUserToken
type IUserToken = interface
Public Interface IUserToken
- Odvozené
Metody
GetAadTokensWithHttpMessagesAsync(String, String, AadResourceUrls, String, Dictionary<String,List<String>>, CancellationToken) |
Získejte token AAD se zprávou HTTP. |
GetTokenStatusWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Získání stavu tokenu pomocí zprávy HTTP |
GetTokenWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Získejte token se zprávou HTTP. |
SignOutWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Odhlaste se zprávou HTTP. |