Available on crate feature
client only.Expand description
Std-blocking Microsoft Graph client: wraps a Read + Write stream
plus the bearer credential and runs the coroutines against
graph.microsoft.com. Gated behind the client feature.
Structs§
- Msgraph
Client Std - Std blocking Microsoft Graph client: a stream, the bearer credential and the mailbox owner, with one method per operation.
- Msgraph
Client StdConnect Options - Optional settings for
MsgraphClientStd::connect; every field has a default (the TLS backend default, andmeas the mailbox owner). - Rustls
native-tlsorrustls-awsorrustls-ring - TLS backend selection re-exported from pimalaya-stream, feeding
MsgraphClientStdConnectOptions::tls. Rustls-specific TLS options. - Tls
native-tlsorrustls-awsorrustls-ring - TLS backend selection re-exported from pimalaya-stream, feeding
MsgraphClientStdConnectOptions::tls. TLS settings shared by both backends.
Enums§
- Msgraph
Client StdError - Error returned by
MsgraphClientStdoperations. - Rustls
Crypto native-tlsorrustls-awsorrustls-ring - TLS backend selection re-exported from pimalaya-stream, feeding
MsgraphClientStdConnectOptions::tls. Rustls crypto provider selector. - TlsProvider
native-tlsorrustls-awsorrustls-ring - TLS backend selection re-exported from pimalaya-stream, feeding
MsgraphClientStdConnectOptions::tls. TLS backend selector.
Traits§
- Msgraph
Stream - Blocking stream the client runs over, downcastable through
Any(e.g. to recover a concrete TLS stream).