APIs for links and references in the ATmosphere

clippy is right

+1 -1
+1 -1
who-am-i/src/oauth.rs
··· 125 125 scopes: READONLY_SCOPE.to_vec(), 126 126 ..Default::default() 127 127 }; 128 - Ok(self.client.authorize(handle, auth_opts).await?) 128 + self.client.authorize(handle, auth_opts).await 129 129 } 130 130 131 131 /// Finally, resolve the oauth flow to a verified DID