Set display-sensitive directive for identity_provider client_secret.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
1fc69efffe
commit
0474753333
1 changed files with 2 additions and 0 deletions
|
|
@ -2614,6 +2614,8 @@ pub struct IdentityProvider {
|
|||
/// Secret key the provider generated for you along with the `client_id`
|
||||
/// above. Unlike the `client_id`, the `client_secret` can be changed here
|
||||
/// whenever the provider regenerates one for you.
|
||||
///
|
||||
/// display: sensitive
|
||||
pub client_secret: Option<String>,
|
||||
|
||||
/// Secret key to use that's read from the file path specified.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue