noa v0.6.7-alpha NoaWeb.Router.Helpers
Module with named helpers generated from NoaWeb.Router.
Link to this section Summary
Functions
Generates the path information including any necessary prefix
Generates path to a static asset given its file path
Generates url to a static asset given its file path
Generates the connection/endpoint base URL without any path information
Link to this section Functions
Link to this function
authorize_path(conn_or_endpoint, action, provider_id)
Link to this function
authorize_path(conn_or_endpoint, action, provider_id, params)
Link to this function
authorize_url(conn_or_endpoint, action, provider_id)
Link to this function
authorize_url(conn_or_endpoint, action, provider_id, params)
Link to this function
consent_path(conn_or_endpoint, action, provider_id)
Link to this function
consent_path(conn_or_endpoint, action, provider_id, params)
Link to this function
consent_url(conn_or_endpoint, action, provider_id)
Link to this function
consent_url(conn_or_endpoint, action, provider_id, params)
Link to this function
idrp_path(conn_or_endpoint, action, provider)
Link to this function
idrp_path(conn_or_endpoint, action, provider, params)
Link to this function
idrp_url(conn_or_endpoint, action, provider)
Link to this function
idrp_url(conn_or_endpoint, action, provider, params)
Link to this function
introspect_path(conn_or_endpoint, action, provider_id)
Link to this function
introspect_path(conn_or_endpoint, action, provider_id, params)
Link to this function
introspect_url(conn_or_endpoint, action, provider_id)
Link to this function
introspect_url(conn_or_endpoint, action, provider_id, params)
Link to this function
issue_path(conn_or_endpoint, action, provider_id)
Link to this function
issue_path(conn_or_endpoint, action, provider_id, params)
Link to this function
issue_url(conn_or_endpoint, action, provider_id)
Link to this function
issue_url(conn_or_endpoint, action, provider_id, params)
Link to this function
path(data, path)
Generates the path information including any necessary prefix.
Link to this function
revoke_path(conn_or_endpoint, action, provider_id)
Link to this function
revoke_path(conn_or_endpoint, action, provider_id, params)
Link to this function
revoke_url(conn_or_endpoint, action, provider_id)
Link to this function
revoke_url(conn_or_endpoint, action, provider_id, params)
Link to this function
signin_path(conn_or_endpoint, action)
Link to this function
signin_path(conn_or_endpoint, action, params)
Link to this function
signin_url(conn_or_endpoint, action)
Link to this function
signin_url(conn_or_endpoint, action, params)
Link to this function
static_path(conn, path)
Generates path to a static asset given its file path.
Link to this function
static_url(conn, path)
Generates url to a static asset given its file path.
Link to this function
url(data)
Generates the connection/endpoint base URL without any path information.