config
config: object
apiVersion
apiVersion: string = "*"
authorization_url
authorization_url: string = "https://auth.bullhornstaffing.com/oauth/authorize"
client_id
client_id: string = "UNDEFINED"
client_secret
client_secret: string = "UNDEFINED"
login_url
login_url: string = "https://rest.bullhornstaffing.com/rest-services/login"
redirect_url
redirect_url: string = "https://localhost:3000"
token_url
token_url: string = "https://auth.bullhornstaffing.com/oauth/token"
useCookies
useCookies: boolean = false
Used to authenticate with Bullhorn OAuth Service and track session.
object used to configure you bullhorn service
to be used for Authentication
to return to after authentication defaults to window.location
Client ID provided by the developer center.
Client Secret provided by the developer center.
Version to target, defaults '*' (latest)
let conn = new Staffing({ BhRestToken: '~BULLHORN_REST_TOKEN~', restUrl: '~BULLHORN_REST_ENDPOING~', });