(&self)
| 95 | |
| 96 | impl RegisterClientResponse { |
| 97 | pub fn client_id(&self) -> &str { |
| 98 | self.output.client_id().unwrap_or_default() |
| 99 | } |
| 100 | |
| 101 | pub fn client_secret(&self) -> &str { |
| 102 | self.output.client_secret().unwrap_or_default() |
no outgoing calls
no test coverage detected