dropbox-sdk 0.19.1

Rust bindings to the Dropbox API, generated by Stone from the official spec.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# @generated by protoc-gen-stone. DO NOT EDIT.
# source: configs/proto/dropbox/proto/openid/openid.proto
namespace openid

route userinfo (UserInfoArgs, UserInfoResult, UserInfoError)
    "This route is used for refreshing the info that is found in the id_token during the OIDC flow.
    This route doesn't require any arguments and will use the scopes approved for the given access token."

    attrs
        allow_app_folder_app = true
        auth = "user"
        is_preview = true
        scope = "openid"