Boruta.Oauth.Client (Boruta core v1.0.2) View Source
OAuth client schema
Link to this section Summary
Link to this section Types
Specs
t() :: %Boruta.Oauth.Client{ access_token_ttl: integer(), authorization_code_ttl: integer(), authorize_scope: boolean(), authorized_scopes: [Boruta.Oauth.Scope.t()], id: any(), name: String.t(), pkce: boolean(), private_key: String.t(), public_key: String.t(), redirect_uris: [String.t()], secret: String.t(), supported_grant_types: [String.t()] }