Boruta core v0.1.0-rc.5 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_uri: String.t(),
  secret: String.t()
}