ibm-cloud-sdk-core
Version:
Core functionality to support SDKs generated with IBM's OpenAPI SDK Generator.
61 lines (29 loc) • 1.12 kB
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) > [NoAuthAuthenticator](./ibm-cloud-sdk-core.noauthauthenticator.md)
## NoAuthAuthenticator class
NoAuthAuthenticator is a placeholder authenticator implementation which performs no authentication of outgoing REST API requests. It might be useful during development and testing.
**Signature:**
```typescript
export declare class NoAuthAuthenticator extends Authenticator
```
**Extends:** [Authenticator](./ibm-cloud-sdk-core.authenticator.md)
## Methods
<table><thead><tr><th>
Method
</th><th>
Modifiers
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[authenticate(requestOptions)](./ibm-cloud-sdk-core.noauthauthenticator.authenticate.md)
</td><td>
</td><td>
</td></tr>
<tr><td>
[authenticationType()](./ibm-cloud-sdk-core.noauthauthenticator.authenticationtype.md)
</td><td>
</td><td>
Returns the authenticator's type ('noauth').
</td></tr>
</tbody></table>