Skip to main content
atoti.OAuth2ResourceOwnerPasswordAuthentication(
    *,
    client_id: str,
    client_secret: str,
    issuer_url: str,
    password: str,
    scopes: Set[str] = frozenset({}),
    username: str,
)
Authenticate requests with OAuth 2’s Resource Owner Password Credentials Grant.

Attributes

client_id

str

client_secret

str

issuer_url

str

password

str

scopes

Set[str]

username

str