Skip to main content

refresh_token

Function refresh_token 

Source
async fn refresh_token(
    __arg0: State<Arc<ServerState>>,
    __arg1: Extension<VerifiedNode>,
) -> Result<Json<NodeTokenResponse>, ApiError>