Boruta core v0.2.0 Boruta.Oauth.Client View Source

OAuth client schema

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Boruta.Oauth.Client{
  authorize_scope: boolean(),
  authorized_scopes: [Boruta.Oauth.Scope.t()],
  id: any(),
  redirect_uris: [String.t()],
  secret: String.t(),
  supported_grant_types: [String.t()]
}