Function retrieve_o_auth_scope_with_id

Source
pub async fn retrieve_o_auth_scope_with_id(
    configuration: &Configuration,
    application_id: &str,
    scope_id: &str,
    x_fusion_auth_tenant_id: Option<&str>,
) -> Result<ApplicationOAuthScopeResponse, Error<RetrieveOAuthScopeWithIdError>>
Expand description

Retrieves a custom OAuth scope.