OAuth client schema
t() :: %Boruta.Oauth.Client{ __meta__: term(), authorize_scope: boolean(), authorized_scopes: [String.t()], id: term(), inserted_at: term(), redirect_uri: String.t(), secret: String.t(), updated_at: term() }