class documentation

class TokenFromOAuth1Result(bb.Struct): (source)

View In Hierarchy

:ivar auth.TokenFromOAuth1Result.oauth2_token: The OAuth 2.0 token generated from the supplied OAuth 1.0 token.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable oauth2_token Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _oauth2_token_value Undocumented
def __init__(self, oauth2_token=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

oauth2_token = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_oauth2_token_value = (source)

Undocumented