View Source Mobilizon.Web.ApplicationController (Mobilizon v5.0.0-beta.1)

Summary

Functions

@spec authorize(Plug.Conn.t(), map()) :: Plug.Conn.t()

Authorize

Link to this function

create_application(conn, args)

View Source
@spec create_application(Plug.Conn.t(), map()) :: Plug.Conn.t()

Create an application

Link to this function

generate_access_token(conn, arg2)

View Source
@spec generate_access_token(Plug.Conn.t(), map()) :: Plug.Conn.t()
Link to this function

revoke_token(conn, args)

View Source