cp-core 0.3.39

Core utilities for SimpleG
Documentation
1
2
3
4
5
6
7
8
/*
 * Copyright (c) Gabriel Amihalachioaie, SimpleG 2023.
 */

pub const JWKS_RETRIEVAL_FAILURE: &str = "jwks_retrieval_failure";
pub const MALFORMED_TOKEN: &str = "malformed_token";
pub const INVALID_HEADERS: &str = "invalid_headers";
pub const INVALID_TOKEN: &str = "invalid_token";