print.Trello_API_token {trelloR}R Documentation

Print Trello API Tokens

Description

Objects of class "Trello_API_token" posses some additional attributes to make it easier to see the app name, its scope and expiration. If you want to print the bare token object as generated by ⁠[httr::oauth1.0_token()]⁠, call its own print method, eg: my_token$print().

Usage

## S3 method for class 'Trello_API_token'
print(x, ...)

Arguments

x

An object of class "Trello_API_token".

...

Unused.


[Package trelloR version 0.8.0 Index]