[][src]Module graph_rs_sdk::oauth

Reexport of graph-oauth crate.

Modules

graphdiscovery
jwt
jwtkeys
wellknown

Structs

AccessToken

OAuth 2.0 Access Token

GrantSelector
IdToken
OAuth

OAuth

Enums

GrantRequest
GrantType
OAuthCredential

Fields that represent common OAuth credentials.

OAuthError

Error implementation for OAuth

Traits

IntoEnumIterator

This trait designates that an Enum can be iterated over. It can be auto generated using strum_macros on your behalf.