class documentation

class TokenFromOAuth1Arg(bb.Struct): (source)

View In Hierarchy

:ivar auth.TokenFromOAuth1Arg.oauth1_token: The supplied OAuth 1.0 access token. :ivar auth.TokenFromOAuth1Arg.oauth1_token_secret: The token secret associated with the supplied access token.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable oauth1_token Undocumented
Instance Variable oauth1_token_secret Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _oauth1_token_secret_value Undocumented
Instance Variable _oauth1_token_value Undocumented
def __init__(self, oauth1_token=None, oauth1_token_secret=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

oauth1_token = (source)

Undocumented

oauth1_token_secret = (source)

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)

Undocumented

_has_required_fields: bool = (source)

Undocumented

_oauth1_token_secret_value = (source)

Undocumented

_oauth1_token_value = (source)

Undocumented