Skip to content

Commit

Permalink
Make client_metadata inner public
Browse files Browse the repository at this point in the history
  • Loading branch information
cobward committed Oct 9, 2023
1 parent 7bef537 commit 4d3f29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/authorization_request/parameters.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ impl fmt::Display for ClientIdScheme {

/// `client_metadata` field in the Authorization Request.
#[derive(Debug, Clone)]
pub struct ClientMetadata(UntypedObject);
pub struct ClientMetadata(pub UntypedObject);

impl TypedParameter for ClientMetadata {
const KEY: &'static str = "client_metadata";
Expand Down

0 comments on commit 4d3f29e

Please sign in to comment.