<FontAwesomename='arrow-circle-o-right'/> Get userinfo
</Button>
</div>
)
}
return(
<Panelheader="HTTP Client using OAuth Access Token"eventKey="1"collapsible={true}expanded={true}>
{userinfo}
<div>
<p>Fetch userinfo from</p>
<FormGroup
className="gutter"
controlId="formBasicText"
>
<FormControl
type="text"
bsSize="large"
placeholder="http://httpjs.net/foo"
onChange={this.updateAPIendpoint.bind(this)}
/>
<HelpBlock>Fill out the hostname of your OAuth server. Will only work if your OAuth server support OpenID Connect Discovery. If not, please enter configuration manually.</HelpBlock>