ibm-cloud-sdk-core
Version:
Core functionality to support SDKs generated with IBM's OpenAPI SDK Generator.
51 lines (25 loc) • 967 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [ibm-cloud-sdk-core](./ibm-cloud-sdk-core.md) > [AuthenticatorInterface](./ibm-cloud-sdk-core.authenticatorinterface.md)
## AuthenticatorInterface interface
This interface defines the common methods associated with an Authenticator implementation.
**Signature:**
```typescript
export interface AuthenticatorInterface
```
## Methods
<table><thead><tr><th>
Method
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[authenticate(requestOptions)](./ibm-cloud-sdk-core.authenticatorinterface.authenticate.md)
</td><td>
Add authentication information to the specified request.
</td></tr>
<tr><td>
[authenticationType()](./ibm-cloud-sdk-core.authenticatorinterface.authenticationtype.md)
</td><td>
Returns a string that indicates the authentication type.
</td></tr>
</tbody></table>