kanidm_proto/constants/
uri.rs
pub const OAUTH2_AUTHORISE: &str = "/oauth2/authorise";
pub const OAUTH2_AUTHORISE_PERMIT: &str = "/oauth2/authorise/permit";
pub const OAUTH2_AUTHORISE_REJECT: &str = "/oauth2/authorise/reject";
pub const OAUTH2_AUTHORISE_DEVICE: &str = "/oauth2/device";
pub const OAUTH2_TOKEN_ENDPOINT: &str = "/oauth2/token";
pub const OAUTH2_TOKEN_INTROSPECT_ENDPOINT: &str = "/oauth2/token/introspect";
pub const OAUTH2_TOKEN_REVOKE_ENDPOINT: &str = "/oauth2/token/revoke";
pub const OAUTH2_DEVICE_LOGIN: &str = "/oauth2/device"; pub const V1_AUTH_VALID: &str = "/v1/auth/valid";