Skip to main content

final class atoti.OAuth2ResourceOwnerPasswordAuthentication

Authenticate requests with OAuth 2’s Resource Owner Password Credentials Grant.

client_id : str

client_secret : str

issuer_url : str

password : str

scopes : Set[str] = frozenset({})

username : str