Skip to main content

Module auth

Module auth 

Source
Expand description

Box API authentication

Modules§

access_token
Structures for the access token response from the Box API.
auth_ccg
Client Credentials Grant (CCG) authentication
auth_client
The client implementation for the reqwest HTTP client, which is async by default.
auth_developer
Developer token authentication
auth_errors
auth_jwt
JSON Web Token (JWT) authentication
auth_oauth
Client Credentials Grant (CCG) authentication

Traits§

Auth
Trait for authentication methods