pub async fn api_token(
    bearer_token: &str,
    kek_custodian: &KeyEncryptionKeyCustodian,
    database: &DatabaseConnection
) -> Result<Option<(Model, Vec<Model>)>>
Expand description

Retrieves the api_token::Model and role::Model from the data store