Crate oauthcli [] [src]

Yet Another OAuth 1.0 Client Library for Rust

Structs

OAUTH_ENCODE_SET

RFC 5849 section 3.6.

Enums

SignatureMethod

Available oauth_signature_method types.

Functions

authorization_header

Generate Authorization header for OAuth. The return value starts with "OAuth ".

nonce

Generate a string for oauth_nonce.

protocol_parameters

Generate OAuth parameters set. The return value contains elements whose key is "oauth_foo".

timestamp

Generate a string for oauth_timestamp.