Module graph_rs_sdk::identity

source ·
Expand description

Reexport of graph-oauth crate.

Modules§

Structs§

Enums§

  • Specifies which Microsoft accounts can be used for sign-in with a given application. See https://aka.ms/msal-net-application-configuration
  • Specifies which Microsoft accounts can be used for sign-in with a given application. See https://aka.ms/msal-net-application-configuration
  • The specification defines errors here: https://datatracker.ietf.org/doc/html/draft-ietf-oauth-v2-31#section-4.2.2.1
  • STS instance (for instance https://login.microsoftonline.com for the Azure public cloud). Maps to the instance url string.
  • Response types used when polling for a device code https://datatracker.ietf.org/doc/html/rfc8628#section-3.5
  • Indicates the type of user interaction that is required. Valid values are login, none, consent, and select_account.
  • Specifies how the identity platform should return the requested token to your app.

Traits§