ezidam, openid: check scopes, check response types before getting app
This commit is contained in:
parent
396856eee5
commit
8ae0c59a25
7 changed files with 98 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ mod scopes;
|
|||
/// Exports
|
||||
pub use configuration::configuration;
|
||||
pub use error::Error;
|
||||
pub use response_types::supported_response_types;
|
||||
pub use response_types::{parse_response_types, supported_response_types};
|
||||
pub use scopes::SupportedScopes;
|
||||
|
||||
/// Type exports
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue