DocuSign.OAuth.get_token-exclamation-mark

You're seeing just the callback get_token-exclamation-mark, go back to DocuSign.OAuth module for more information.

Specs

get_token!(client()) :: client() | error()

Retrieve access token and return a client

Link to this callback

get_token!(client, params)

View Source

Specs

get_token!(client(), params()) :: client() | error()
Link to this callback

get_token!(client, params, headers)

View Source

Specs

get_token!(client(), params(), headers()) :: client() | error()
Link to this callback

get_token!(client, params, headers, arg4)

View Source

Specs

get_token!(client(), params(), headers(), Keyword.t()) :: client() | error()