Skip to content

class oauth2.credentials.Credentials: API documentation is not exact about immutability #1397

@eprigorodov

Description

@eprigorodov

The class description contains sentence "The credentials are considered immutable", which is not technically correct: refresh() method updates in place access token and expiration time.

Possible formulation: "The credentials are generally considered immutable, with the exception of the 'refresh()' method"

Metadata

Metadata

Labels

type: docsImprovement to the documentation for an API.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions